#include <BustaGraphicsButton.h>
Public Member Functions | |
void | drawSPGame (BustaModelGameState *gs) |
Draws a window containg a singleplayer game. | |
void | drawMPGame (BustaModelGameState gs) |
Draws a window containg a multiplayer game. | |
void | drawOpponentBoard (BustaModelGameState gs) |
Draws the opponent's game board. | |
void | drawMainScreen (MainScrnButton selected) |
Draws the main screen. | |
void | drawChefSelelection () |
Draws the chef selection screen. | |
void | drawHighScores () |
Draws the high scores screen. | |
void | drawRankings () |
Draws the rankings screen. | |
void | drawOptions () |
Draws the options screen. | |
void | drawConnection () |
Draws the connect screen. | |
Public Attributes | |
Button | bMainScrn [MS_NUM_BUTTONS] |
Data Structure containing the button locations and links. |
|
Draws a window containg a multiplayer game.
|
|
Draws the opponent's game board.
|
|
Draws a window containg a singleplayer game.
|